home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Blue Byte News 1995 February
/
BBSHOW195.BIN
/
present
/
source
/
bbshow97.dir
/
00082_Wait for FX_8s.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-01-18
|
201 b
|
13 lines
on exitFrame
if the soundEnabled = 0 then
startTimer()
repeat while the timer < 480
nothing()
end repeat
else
if soundBusy(1) then
go(the frame)
end if
end if
end